GroupedAsyncObservable class¶
Defined in
Namespace: ReactiveUI.Extensions.Async
Assembly: ReactiveUI.Extensions.dll
Full name: ReactiveUI.Extensions.Async.GroupedAsyncObservable<T1, T2>
Modifiers: public abstract
Summary¶
Represents an asynchronous observable sequence that is grouped by a specified key.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481
Class hierarchy
classDiagram
class GroupedAsyncObservable~T1,T2~
class ObservableAsync~TValue~
ObservableAsync~TValue~ <|-- GroupedAsyncObservable~T1,T2~
Inherits from: ObservableAsync
Remarks¶
Each instance corresponds to a group within the parent observable, identified by its key. Observers can subscribe to receive elements belonging to the group associated with the specified key.
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Key | Gets the key associated with the current object. |